home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Storm 2
/
Storm II.iso
/
setup
/
stormii.vp
/
PULLDWN.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-05
|
407b
|
13 lines
echo off
cls
REM PULLDWN.BAT - Calls PULLDWN1.EXE to do the menu work.
REM Exits without action if PullDown reports an error in ERRORLEVEL%
cd\STORM2
REM ^^^^ Substitute your subdireictory here.
pulldwn1.exe %1 %2
IF ERRORLEVEL=1 GOTO :END
REM PullDown generates an errorlevel code on exit and prints the
REM error message appropriate for the condition encountered.
temppull.bat
:END